home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Tools & Apps / Localization Tools / SCM Verifier 1.0a12 / verify-menu < prev   
Encoding:
Text File  |  1992-01-24  |  862 b   |  32 lines  |  [TEXT/MPS ]

  1. #
  2. #    verify-menu
  3. #    MPW Shell script
  4. #    Malcolm H. Teas
  5. #    Apple Computer, Inc.
  6. #
  7. #    Function:
  8. #    Setup a menu for the Localization Verifier.  All the scripts in the Verifier are
  9. #    accessed directly or indirectly from here.
  10. #
  11. #    In & Outputs:
  12. #    None.
  13. #
  14.  
  15. #    Make the menu.
  16. addmenu "Verify" "Check Disk Changes…" '∂
  17.     check-disk d'
  18. addmenu "Verify" "Check Folder Changes…" '∂
  19.     check-disk f'
  20. addmenu "Verify" "(-" '∂
  21.     beep'
  22.     
  23. # Spacing is very important in this item.  There are non-breaking spaces in
  24. # the command line (made with option-space) and the spaces are counted out so
  25. # they balance in the alert box.
  26. addmenu "Verify" "About Localization Verifier…" '∂
  27.     alert -s     "∂
  28.           Localization Verifier v1.0a12 ∂n∂
  29.         Malcolm H. Teas & Kerry Laidlaw∂n∂n∂
  30.     Tester and Chief Cookie Monster - Beth Clark∂n∂
  31. © Apple Computer, Inc. 1990-92. All rights reserved."'
  32.